﻿@font-face {
    font-family: '华康黑体W7';
    src: url("华康黑体W7.TTF");
}

html{ font-size:62.5%;}
*{ margin:0; padding:0;outline:none; -webkit-font-smoothing: antialiased; list-style: none; text-decoration: none;box-sizing: border-box}
html,body{font-family:'华康黑体W7';/*兼容Opera*/-webkit-text-size-adjust:none;text-align: justify;min-height: 100%;min-width: 100%;}
ul, ol{ margin: 0; padding: 0;}
img{border:none;max-width: 100%;height: auto;}
input,textarea{border:none; background:none; vertical-align:middle;font-family:"华康黑体W7";}
select{vertical-align:middle; cursor:pointer; font-family:'华康黑体W7'; appearance:none;-moz-appearance:none;-webkit-appearance:none;}
a{ text-decoration:none;outline: none; -webkit-transition:all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;  transition: all 0.3s ease 0s;}
a:hover,a:focus{text-decoration:none;}
h2{font-size: 4.8rem;}
h3{font-size: 3.4rem;color: #343434;text-align: center;}
p{font-size: 16px;line-height: 1.5em;color: #3e3e3e;}
.da{overflow: hidden;}
.da img{-webkit-transition: all 0.6s;transition: all 0.6s;}
.hmBom_tel i {
    animation: tel 6s ease-out 0s infinite;
    -webkit-animation: tel 6s ease-out 0s infinite;
    display: inline-block;
    font-style: normal;
}
@-webkit-keyframes tel{
    0%{-webkit-transform:scale(1);}
    1%{-webkit-transform:scale(1.3);}
    3%{-webkit-transform:scale(0.8);}
    6%{-webkit-transform:scale(1);}
    100%{-webkit-transform:scale(1);}
}
@keyframes tel{
    0%{transform:scale(1);}
    1%{transform:scale(1.3);}
    3%{transform:scale(0.8);}
    6%{transform:scale(1);}
    100%{transform:scale(1);}
}
#header{
    position: relative;
    z-index: 2;
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ico {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 25px;
    top: 25px;
    z-index: 999999999;
    cursor: pointer;
    display: none;
}
.ico i {
    height: 2px;
    width: 90%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 26px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
@font-face {
    font-family: 'CTLiShuSJ';
    src: url("微软简隶书_downcc.TTF");
}
@font-face {
    font-family: 'Medium_downcc';
    src: url("PingFang Medium_downcc.otf");
}
@font-face {
    font-family: 'PingFang';
    src: url("PingFang.otf");
}
@font-face {
    font-family: 'Regular';
    src: url("PingFang Regular.otf");
}
@font-face {
    font-family: 'huakang';
    src: url("华康俪金黑W8.TTF");
}
.middle{
    display: table;
    width: 100%;
    height: 100%;
}
.middleCont{
    display: table-cell;
    vertical-align: middle;
}
.head{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index:2;
    line-height: 80px;
}
.box_90{
    width: 90%;
    margin: auto;
    display: inline-block;
    margin-left: 5%;
}
.head .navbar-center{
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    float: left;
}
.head .navbar-center ul{
    text-align: center;
}
.head .navbar-center ul li{
    display: inline-block;
}
.head .navbar-center ul li a{
    color: #fefefe;
    font-size: 16px;
    margin: 0 20px;
    font-family: '华康黑体W7';
}
.head .navbar-center ul li a.active{
    border-bottom: 2px solid #18469c;
}
.head .navbar-right li{
    display: inline-block;
    position: relative;
}
.head .navbar-right li i{
    color: #fefefe;
    font-size: 18px;
    margin-right: 20px;
}
#banner{
    height: 900px;
}
.head .navbar-right li input{
    height: 36px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 22px;
    left: -170px;
    background: #fff;
    z-index:3;
    padding: 0 5px;
}
.head .navbar-right li img{
    height: 20px;
}
.banner .font80{
    font-family: '华康黑体W7';
    color: #fff;
}
.banner .font56{
    font-family: '华康黑体W7';
    color: #fff;
    margin-bottom: 3rem;
}
.banner .font18 a{
    display: inline-block;
    padding: 12px 22px;
    background-color: #ffffff;
    border-radius: 25px;
    color: #154697;
}
.banner .font18 a img{
    margin-left: 5px;
}
.banner .swiper-pagination-bullet{
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    height: 4px;
}
.index1{
    font-size: 0;
}
.index1 ul{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.index1 ul li{
    width: 33.3333%;
    float: left;
    height: 460px;
    position: relative;
}
.index1 ul li a{
    height: 100%;
}
.index1 ul li .imgs{
    height: 100%;
}
.index1 ul li .conts{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10%;
    background-color: #154697;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.index1 ul li .conts:before{
    content: '';
    width: 90%;
    height: 90%;
    border:solid 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    top:5%;
    left: 5%;
}
.index1 ul li .conts p{
    color: #fefefe;
    margin: 2rem auto;
}
.index2 .col-md-offset-6{
    overflow: hidden;
}
.index2 .cont{
    background-color: rgba(255, 255, 255, 0.87);
    padding: 5%;
    border-top-left-radius:40px;
    border-bottom-right-radius: 40px;
    margin: 16rem 0;
}
.index2 .cont .font48{
    color: #154697;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 12px;
}
.index2 .cont .font20{
    color: #908f8f;
    padding: 0 12px;
}
.index2 .cont a{
    margin: 3rem 0 1rem;
    padding: 0 12px;
}
.index3{
    padding: 6rem 0;
}
.index3 .container{
    overflow: hidden;
}
.index3 #indexNews .imgs{
    height: 220px;
    overflow: hidden;
}
.index3 #indexNews .imgs .cont{
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.index3 #indexNews .swiper-slide:first-child .imgs{
    border-top-left-radius: 30px;
}
.index3 #indexNews .swiper-slide:last-child .imgs{
    border-bottom-right-radius: 30px;
}
.index3 .title{
    margin-bottom: 3rem;
}
.index3 .title .font48{
    color: #333333;
    font-family: '华康黑体W7';
}
.index3 .title .font20{
    color: rgba(51, 51, 51, 0.7);
}
#indexNews .swiper-pagination{display: none}
#indexNews .font20{
    color: #154697;
    margin: 1rem 0;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 56px;
}
#indexNews .font16{
    color: #666666;
    line-height: 1.5em;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 47px;
}
#indexNews .text-left{
    color: #333333;
    margin-top: 1rem;
}
#indexNews .text-left img{
    margin-right: 8px;
}
.index4{
    height: 500px;
}
.index4 .cont{
    height: 100%;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.index4 .left,.index4 .right{
    height: 100%;
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.index4 .font45{
    color: #fff;
    margin-bottom: 1rem;
}
.index4 .font16{
    color: #fff;
    margin-bottom: 2rem;
}
.index4 a{
    display: block;
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.index4 a .middleCont{
    padding: 0 20%;
}
.footer{
    padding: 7rem 0;
    color: #ffffff;
}
.footer p{
    color: #ffffff;
    font-size: 14px;
}
.footer li{
    float: left;
}
.footer .foot1{
    width: 200px;
}
.footer .foot2{
    width: calc(50% - 200px);
    width: -webkit-calc(50% - 200px);
}
.footer .foot3{
    width: calc(50% - 240px);
    width: -webkit-calc(50% - 240px);
}
.footer .foot4{
    width: 240px;
}
.footer .foot2 p span{
    display: inline-block;
    width: 22px;
    text-align: center;
    margin-right: 6px;
}
.footer .foot2 p,.footer .foot3 p{
    margin-bottom: 0.7rem;
}
.footer .foot2 p:last-child,.footer .foot3 p:last-child{
    margin-bottom: 0;
}
.footer .foot4{
    text-align: right;
}
.footer .foot4 .cont{
    text-align: left;
    display: inline-block;
}
.footer .foot4 .cont .font16{
    color: rgba(255,255,255,0.4);
}
.footer.footer_2 .foot3{
    text-align: center;
}
.footer.footer_2 .foot3 img:last-child{
    margin-left: 10px;
}
.footer2{
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_2{
    padding: 7rem 0 3rem;
}
.footer2 span:last-child{
    float: right;
}

.sidebar_box{
    position: fixed;
    right: 5px;
    top: 50%;
}
.sidebar_box li{
    width: 30px;
    height: 30px;
    background-color: rgba(21,70,151,1);
    border-radius: 3px;
    margin-bottom: 2px;
}
.headAll{
    position: relative;
    background: #fff;
    height: 82px;
}
.head.headAll .navbar-center ul li a,.head.headAll .navbar-right li i{
    color: #333333;
}
.headAll .ico i{
    background-color: #333;
}
.bannerAll{
    padding: 10rem 0;
    text-align: center;
}
.bannerAll h1{
    color: #fff;
}
.bannerAll ul{
    margin-top: 2rem;
}
.bannerAll ul li{
    display: inline-block;
    margin-left: 10px;
}
.bannerAll ul li:first-child{
    margin-left: 0;
}
.bannerAll ul li a{
    background-color: #103b86;
    padding: 13px 46px;
    color: #fff;
}
.bannerAll ul li:first-child a{
    border-top-left-radius: 20px;
}
.bannerAll ul li:last-child a{
    border-bottom-right-radius: 20px;
}
#section1{
    text-align: center;
}
#section1 .font40{
    color: #333333;
    margin-bottom: 2rem;
}
#section1 .font16{
    color: #333333;
    line-height: 1.8em;
}
#section1 ul{
    margin-top: 3rem;
}
#section1 ul li{
    display: inline-block;
    margin-left: 3%;
}
#section1 ul li:first-child{
    margin-left: 0;
}
#section1 ul li p{
    color: #666;
    font-size: 14px;
}
#section1 ul li .font70{
    color: #11439a;
    margin-bottom: 1rem;
    font-weight: 600;
}
#section1 ul li:nth-of-type(2),#section1 ul li:nth-of-type(4){
   position: relative;
    bottom:20px;
}
.aboutsss{
    padding: 6rem 0;
}
#section2 .font40{
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}
#section2 .cont{
    height: 230px;
    display: inline-block;
    width: 100%;
}
#section2 .cont .right,#section2 .cont .left{
    height: 100%;
    width: 50%;
    float: left;
}
#section2 .cont .right{
    padding: 20px 4%;
    color: #11439a;
    background: #fff;
}
#section2 .cont .right p{
    color: #666666;
    margin-top: 1rem;
}
.section2{
    position: relative;
    overflow: hidden;
}
#about{
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
}
#section2 .swiper-button-prev,#section5 .conts .section2 .swiper-button-prev{
    background-image: url("../images/a_left_08.png");
    width: 34px;
    height: 34px;
    background-size: contain;
}
#section2 .swiper-button-next,#section5 .conts .section2 .swiper-button-next{
    background-image: url("../images/a_right_08.png");
    width: 34px;
    height: 34px;
    background-size: contain;
}
#section3{
    background-color: #f4f4f2;
    text-align: center;
}
#section3 .font40{
    color: #333333;
    margin-bottom: 4rem;
}
#about1 .swiper-slide{
    position: relative;
    height: 400px;
}
#about1 .swiper-slide .cont{
    height: 100%;
    font-family: '华康黑体W7';
    color: #fff;
}
#about1 .swiper-slide .cont .contName{
    position: absolute;
    bottom:30px;
    width: 100%;
}
#about1 .swiper-slide .cont .contName .font30{
    margin-bottom: 5px;
}
#about1 .swiper-slide .cont1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,81,150,0.8);
    color: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
#about1 .swiper-slide .cont1 p{
    color: #fff;
    margin-top: 6px;
}
#about1{
    padding-bottom: 2rem;
}
#about1 .swiper-pagination{
    bottom: 0;
    display: none;
}
.bannerAll ul li a.active{
    background-color: #fff;
    color: #11439a;
    font-family: '华康黑体W7';
}
#section4 .font40{
    color: #333;
    margin-bottom: 3rem;
}
#section4 ul{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#section4 ul li{
    width: 48%;
    float: left;
    background: #005196;
    border-radius: 3px;
    padding: 15px;
    height: 290px;
}
#section4 ul li:nth-child(even){
    margin-left: 4%;
}
#section4 ul li .left{
    float: left;
    width: 35%;
    height: 100%;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
}
#section4 ul li .right{
    width: 65%;
    float: left;
    padding: 0 20px;
    height: 100%;
    color: #fff;
}
#section4 ul li .right p{
    color: #fff;
    margin-top: 10px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    text-overflow:ellipsis;
    word-break: break-all;
    /*height: 96px;*/
}
#section4 ul li .left .cont{
    height: 100%;
}
#section5 .conts .swiper-slide{
    background: #fff;
    padding: 20px;
    text-align: center;
}
#section5 .container{
    overflow: hidden;
}
#section5 .conts .section2 .swiper-container{
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
}
#section5 .conts .swiper-slide p{
    height: 48px;
    margin: 2rem auto 5px;
}
#section5 .font40{
    color: #333333;
    font-family: '华康黑体W7';
    margin-bottom: 2rem;
}
#section5 ul{
    text-align: center;
    margin-bottom: 3rem;
}
#section5 li{
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    padding: 13px 45px;
    color: #103b86;
    cursor: pointer;
}
#section5 li:first-child{
    border-top-left-radius: 20px;
}
#section5 li:last-child{
    border-bottom-right-radius: 20px;
}
#section5 .conts{
    position: relative;
}
#section5 .conts .cont{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
#section5 .conts .cont.active{
    position: relative;
    z-index: 3;
    opacity: 1;
}
#section5 li.active{
    color: #fff;
    background: #103b86;
}
.contact .cont div a{
    display: block;
    height: 100%;
}
.partners{
    padding: 6rem 0;
}
.partners .font22{
    margin-bottom: 3rem;
    color: #333333;
}
.partners .font22 span{
    color: #365ea9;
}
.partners ul{
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.partners ul li{
    width: calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    float: left;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-left: 25px;
    overflow: hidden;
    padding: 15px;
    border: solid 1px #e5e5e5;
}
.partners ul li a{

    height: 170px;
    line-height: 170px;

}
.partners ul li img{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.partners ul li:nth-child(5n + 1){
    margin-left: 0;
}
/*.partners ul li:last-child a{*/
    /*line-height: 0;*/
/*}*/
/*.partners ul li:last-child a p{*/
    /*color: rgba(85, 85, 85, 0.4)*/
/*}*/
.contact{
    padding: 6rem 0;
}
.contact .font30{
    color: #333333;
    margin-bottom: 1.8rem;
}
.contact .row{
    margin: 0 0 3rem;
    overflow: hidden;
}
.contact .row .col-md-4{
    padding-left: 70px;
    position: relative;
}
.contact .row .col-md-4 img{
    position: absolute;
    top: 5px;
    left: 8px;
}
.contact .row .col-md-4 .font22{
    color: #333333;
}
.contact .row .col-md-4 .font18{
    color: #888888;
}
.contact .cont{
    height: 270px;
    margin-top: 6rem;
    overflow: hidden;
}
.contact .cont div{
    height: 100%;
    width: calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
}
.contact .map{
    overflow: hidden;
}
.contact .cont .left{
    margin-right: 30px;
}
.contact .cont div span{
    vertical-align: bottom;
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: inline-block;
    left: 0;
}
.contactUs li{
    position: relative;
}
.contactUs li a.active:before{
    content: '';
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    width:0;
    height:0;
    position:absolute;
    bottom:-14px;
    left: 50%;
    margin-left: -7px;
}
.announcement{
    padding: 5rem 0;
}
.announcement {
    color: #333333;
}
.announcement li{
    position: relative;
    line-height: 80px;
    padding: 0 20px 0 30px;
    width: 100%;
    display: inline-block;
}
.announcement li:nth-child(odd){
    background-color: #f5f5f5;
}
.announcement .font16{
    display: inline-block;
    color: #333;
    width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.announcement .time{
    float: right;
    color: #333;
}
.announcement li img{
    margin-right: 12px;
   float: left;
    position: relative;
    top: 33px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.announcement .time img{
    margin-right: 6px;
    position: initial;
    float: none;
}
.pages{
    text-align: center;
    margin: 3rem 0 2rem;
}
.pages a{
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #ededed;
    border-radius: 3px;
    color: #afafaf;
    width:50px
}
.pages a:first-child{
    margin-left: 0;
}
.layui-laypage-curr{
    background: #11439a;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width:50px
}
.pages a img{
    width: 100%;
    height: 100%;
}
.recruiting1{
    padding: 5rem 0;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.recruiting1 li{
    display: inline-block;
    width: 300px;
    float: left;
}
.recruiting1 li:nth-child(even){
    width: 80px;
    text-align: center;
    margin: 60px 10px 0;
}
.recruiting1 li .imgs{
    width: 130px;
    height: 130px;
    background-color: #103b86;
    text-align: center;
    line-height: 130px;
    border-radius: 50%;
    margin: 0 auto 10px;
    overflow: hidden;
}
.recruiting1 li .imgs img{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.recruiting1 li p{
    height: 100px;
}
.recruiting1 li .font24{
    color: #0d0d0d;
    margin-bottom: 5px;
}
.recruiting2{
    padding:6rem 0 3rem;
    background-color: #f5f5f5;
    overflow: hidden;
}
.recruiting2 .email{
    margin: 2rem 0 4rem;
}
.recruiting2 .email a{
    background-color: #103b86;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-block;
    padding: 13px 40px;
}
.recruiting2 li{
    margin-bottom: 20px;
}
.recruiting2 li a{
    background: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.recruiting2 li a .font70{
    width: 135px;
    text-align: center;
    color: rgba(16, 59, 134, 0.1);
    float: left;
}
.recruiting2 li a .cont{
    width: calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    float: right;
}
.recruiting2 li a .cont .font26{
    color: #333;
    margin-bottom: 10px;
}
.recruiting2 li a .cont p{
    color: #888;
}
.recruiting ul{
    overflow: hidden;
}
.recruiting2 li:nth-child(1) a,.recruiting2 li:nth-child(2) a{
    height: 165px;
}
.recruiting2 li:nth-child(3) a,.recruiting2 li:nth-child(4) a{
    height: 245px;
}
.recruiting2 li:nth-child(5) a,.recruiting2 li:nth-child(6) a{
    height: 190px;
}
.score{
    position: absolute;
    width: 100%;
    padding: 2rem 0;
    background: #fff;
    left: 0;
    top: 82px;
    display: none;
}
.head .navbar-center ul li .score li{
    text-align: center;
}
.brand{
    padding: 5rem 0;
    text-align: center;
}
.brand .font20{
    margin: 2rem auto;
}
.brand .font20 p{
    color: #333333;
    margin-bottom: 2rem;
}
.brand1{
    height: 550px;
}
.brand2{
    padding: 4rem 0;
}
.brand2 .font28{
    color: #333333;
    margin-bottom: 1.2rem;
    line-height: 1.2em;
}
.brand2_l{
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    margin: auto;
}
.brand2_l .swiper-slide{
    background: #f1f0f0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333333;
}
.brand2_l .swiper-slide-thumb-active{
    background: #e2e2e2;
}
.gallery-top .cont{
    height: 420px;
}
.gallery-top .cont .left,.gallery-top .cont .right{
    height: 100%;
    width: 50%;
    float: left;
    overflow: hidden;
}
.gallery-top .cont .right{
    border: solid 1px #d7d7d7;
    padding: 5%;
}
.sidebar_box li{
    position: relative;
}
.erweima{
    width: 80px;
    max-width: 80px !important;
    height: 80px;
    position: absolute;
    right:33px;
    top:0;
    border:1px solid #ccc;
    display: none;
}
.brand2 .swiper-button-next,.brand2 .swiper-button-prev{
    top: 0;
    margin-top: 0;
    background-color: #e2e2e2;
    width: 40px;
    height: 60px;
    background-size: 13px 30px;
}
.brand2 .swiper-button-next{
    right: 0;
    left: auto;
}
.brand2 .swiper-button-prev{
    left: 0;
}
.brand2 .container{
    overflow: hidden;
}
.business{
    padding: 6rem 0 3rem;
}
.business li{
    margin-bottom: 2rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.business li .cont{
    width: 50%;
    float: left;
    height: 320px;
}
.business li:nth-child(even) .cont{
    float: right;
}
.business li .cont.cont2{
    padding: 5%;
}
.business li .cont.cont2 .font30{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.business li .xian{
    display: inline-block;
    width: 57px;
    height: 2px;
    background-color: #000000;
    border-radius: 1px;
    margin: 10px 0 15px;
}
.news{
    padding: 4rem 0;
}
#news .imgs{
    height: 240px;
    overflow: hidden;
    margin-bottom: 2rem;
}
#news .swiper-slide:first-child .imgs{
    border-top-left-radius: 30px;
}
#news .swiper-slide:last-child .imgs{
    border-bottom-right-radius: 30px;
}
#news .imgs div{
    height: 100%;
}
#news .font24{
    color: #333333;
    margin-bottom: 1rem;
    font-family: '华康黑体W7';
    font-weight: bold;
}
#news .font16{
    color: #9b9a9a;
    margin-bottom: 1rem;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
}
#news a{
    display: inline-block;
    background-color: #11439a;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
}
#news{
    padding-bottom: 2rem;
}
#news .swiper-pagination{
    bottom:0;
    display: none;
}
.newsDe{padding: 5rem 0}
.newsDetaile{
    padding: 5rem 0
}
.newsDetaile h1{
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.5em;
}
.newsDetaile .names{
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom:1px dashed #aaa;
}
.newsDetaile .names .sp1{
    margin-left: 15px;
    display: inline-block;
    font-size: 16px;
}
.newsDetaile .names .sp1:first-child{
    margin-left: 0;
}
.newsDetaile .names  .bdsharebuttonbox{
    display: inline-flex;
}
.newsDetaile p{
    font-size: 16px;
    color: #222222;
    line-height: 1.5em;
    margin-bottom: 1.3rem;
}
.newsDetaile .bdshare-button-style0-16 a{
    margin: 0 0 0 6px;
    position: relative;
    top:3px;
}
.newsDetaile p img{
    margin: 12px auto;
    display: block;
}
.chao_A{
    background-color: #f0f0f0;
    padding:20px 24px 29px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.chao_A a{
    color: #222222;
    display: inline-block;
    width: 100%;
}
.chao_A .left{
    width: 48%;
    float: left;
}
.chao_A .right{
    width: 48%;
    float: right;
}
.chao_A a .span1{
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding:10px 30px;
    display: inline-block;
    width: 108px;
}

.chao_A a .span2{
    width: calc(100% - 118px);
    width: -webkit-calc(100% - 118px);
}
.chao_A .left .span1{
    margin-right: 10px;
}
.chao_A  span{
    float: left;
}
.chao_A .right .span1{
    margin-left: 10px;
}
.chao_A .right{
    text-align: right;
}
.head.headAll .navbar-right li input{
    border: 1px solid #333;
}

#about{
    width: 80%
}
#section2 .cont .font36 span{
    color: #11439a;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
#section2 .cont i{
    color: #fff;
    font-size: 18px;
    margin:13px auto;
}
#section2 .cont p{
    color: #fff;
}
#section2 .cont a{
    padding: 0 5%;
}
#about:before{
    content: '';
    height: 1px;
    width: 66%;
    border: 1px dashed #fff;
    position: absolute;
    top:50px;
    left: 50%;
    margin-left: -33%;
}
#section2 .cont{padding: 0 5%}

/*中文/EN*/
.zy{
    /*float: right;*/
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.zy a{
    display: inline-block;
    color: #fff;
    font-family: Medium_downcc;
}
.headAll .zy,.headAll .zy a{
    color: #000;
}
